Skip to content

Conversation

@philips-software-forest-releaser
Copy link
Contributor

Note

Before merging this PR, please conduct a manual test checking basic functionality of the updated plug-ins. There are limited automated tests for the VS Code Extension updates.

Updates github.vscode-pull-request-github from 0.118.2 to 0.120.0

Release notes

0.120.0

Changes

  • The #openPullRequest tool recognizes open PR diffs and PR files as being the "open pull request".
  • All Copilot PR notifications can be marked as ready using the right-click context menu on the Copilot section header in the Pull Requests view.
  • The setting githubIssues.issueAvatarDisplay can be used to control whether the first assignee's avatar or the author's avatar is shown in the Issues view.
  • Instead of always running the pull request queries that back the Pull Requests view when refreshing, we now check to see if there are new PRs in the repo before running the queries. This should reduce API usage when there are no new PRs.
  • The "Copy link" action is back near the PR title in the pull request description webview.
  • You can configure that the default branch is pulled when you're "done" with a PR using "githubPullRequests.postDone": "checkoutDefaultBranchAndPull".

Fixes

@philips-software-forest-releaser philips-software-forest-releaser bot requested a review from a team as a code owner October 10, 2025 12:06
@philips-software-forest-releaser philips-software-forest-releaser bot added dependencies Pull requests that update a dependency file vscode-extensions labels Oct 10, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Oct 10, 2025

Test Results

 5 files  ±0   5 suites  ±0   3m 49s ⏱️ ±0s
31 tests ±0  31 ✅ ±0  0 💤 ±0  0 ❌ ±0 
65 runs  ±0  65 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit bbadf2c. ± Comparison against base commit 3b85249.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 10, 2025

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 20 0 0 0.59s
✅ DOCKERFILE hadolint 2 0 0 0.83s
✅ GHERKIN gherkin-lint 6 0 0 2.52s
✅ JSON npm-package-json-lint yes no no 0.5s
✅ JSON prettier 15 2 0 0 0.53s
✅ JSON v8r 15 0 0 6.85s
✅ MARKDOWN markdownlint 10 0 0 0 0.93s
✅ MARKDOWN markdown-table-formatter 10 0 0 0 0.25s
✅ REPOSITORY gitleaks yes no no 0.9s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY grype yes no no 28.15s
✅ REPOSITORY secretlint yes no no 0.97s
✅ REPOSITORY syft yes no no 1.94s
✅ REPOSITORY trivy yes no no 7.03s
✅ REPOSITORY trivy-sbom yes no no 0.25s
✅ REPOSITORY trufflehog yes no no 3.49s
✅ SPELL lychee 70 0 0 21.4s
✅ YAML prettier 26 0 0 0 1.02s
✅ YAML v8r 26 0 0 7.46s
✅ YAML yamllint 26 0 0 0.9s

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx [email protected] --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,DOCKERFILE_HADOLINT,GHERKIN_GHERKIN_LINT,JSON_V8R,JSON_PRETTIER,JSON_NPM_PACKAGE_JSON_LINT,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security

@github-actions
Copy link
Contributor

github-actions bot commented Oct 10, 2025

📦 Container Size Analysis

Note

Comparing ghcr.io/philips-software/amp-devcontainer-rust:edgeghcr.io/philips-software/amp-devcontainer-rust:pr-971

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 539.33 MB 539.33 MB 514 B (0%) 🔽
linux/arm64 495.81 MB 495.81 MB +310 B (+0%) 🔼

@github-actions
Copy link
Contributor

github-actions bot commented Oct 10, 2025

📦 Container Size Analysis

Note

Comparing ghcr.io/philips-software/amp-devcontainer-cpp:edgeghcr.io/philips-software/amp-devcontainer-cpp:pr-971

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 693.5 MB 693.5 MB +301 B (+0%) 🔼
linux/arm64 676.55 MB 676.55 MB 72 B (0%) 🔽

@philips-software-forest-releaser philips-software-forest-releaser bot force-pushed the feature/amp-devcontainer-rust/update-vscode-extensions-devcontainer.json branch from 3c7e99a to bbadf2c Compare October 12, 2025 02:54
@sonarqubecloud
Copy link

@rjaegers rjaegers added this pull request to the merge queue Oct 13, 2025
Merged via the queue into main with commit 39c4332 Oct 13, 2025
34 checks passed
@rjaegers rjaegers deleted the feature/amp-devcontainer-rust/update-vscode-extensions-devcontainer.json branch October 13, 2025 06:16
@github-actions
Copy link
Contributor

Pull Request Report (#971)

Static measures

Description Value
Number of added lines 1
Number of deleted lines 1
Number of changed files 1
Number of commits 1
Number of reviews 1
Number of comments (w/o review comments) 5
Number of reviews that contains a comment to resolve 0
Number of reviews that requested a change from the author 0
Number of reviews that approved the Pull Request 1
Get the total number of participants of a Pull Request 4

Time related measures

Description Value
PR lead time (from creation to close of PR) 2.8 Days
Time that was spend on the branch before the PR was created 0 Sec
Time that was spend on the branch before the PR was merged 1.1 Days
Time to merge after last review 13.3 Min

Status check related measures

Description Value
Total runtime for last status check run (Workflow for PR) 36.3 Min
Total time spend in last status check run on PR 9.6 Min

@github-actions
Copy link
Contributor

🎉 Hooray! The changes in this pull request went live with the release of v6.5.1 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file vscode-extensions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants